home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / girl_fashion.swf / scripts / DefineButton2_2047 / BUTTONCONDACTION on(release).as
Text File  |  2011-09-19  |  198b  |  8 lines

  1. on(release){
  2.    _root.horse_mc.gotoAndStop(1);
  3.    _root.horse_mc._xscale = 79.6;
  4.    _root.horse_mc._yscale = 79.6;
  5.    _root.horse_mc._x = _root.horseX;
  6.    _root.horse_mc._y = _root.horseY;
  7. }
  8.